Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput Class Reference

Class that represents the default Wayland IVI EGL graphics output. More...

#include <kanzi/core.ui/platform/graphics_output/wayland_ivi_egl/default_wayland_ivi_egl_graphics_output.hpp>

Inheritance diagram for kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput:
[legend]

Public Member Functions

void bringLayerToFront () noexcept
 Brings the layer on top of all the other layers on a screen. More...
 
void bringSurfaceToFront () noexcept
 Brings the surface on top of all the other surfaces in a layer. More...
 
bool bringToFront () noexcept override
 WindowedGraphicsOutput::bringToFront() implementation. More...
 
KZ_NO_DISCARD optional< void * > createImage (int target, void *data, int *attributes) noexcept override
 GLGraphicsOutput::createImage() implementation. More...
 
 DefaultWaylandIVIEGLGraphicsOutput (const DefaultWaylandIVIEGLGraphicsOutputProperties &properties)
 Constructor. More...
 
 DefaultWaylandIVIEGLGraphicsOutput (const DefaultWaylandIVIEGLGraphicsOutput &)=delete
 Copy constructor. More...
 
 DefaultWaylandIVIEGLGraphicsOutput (DefaultWaylandIVIEGLGraphicsOutput &&) noexcept=delete
 Move constructor. More...
 
bool destroyImage (void *image) noexcept override
 GLGraphicsOutput::destroyImage() implementation. More...
 
bool dispatch () const noexcept
 Dispatches queued Wayland events. More...
 
bool dispatchPending () const noexcept
 Dispatches queued Wayland events. More...
 
void eventNotification (const WaylandEvent &event) noexcept override
 AbstractDefaultWaylandContext::eventNotification() implementation. More...
 
void gatherEvents (EventQueue &queue) override
 EventSource::gatherEvents() implementation. More...
 
KZ_NO_DISCARD optional< SurfaceColorSpacegetColorSpace () const noexcept override
 GLGraphicsOutput::getColorSpace() implementation. More...
 
KZ_NO_DISCARD optional< GraphicsContextAPIgetGraphicsContextAPI () const noexcept override
 GLGraphicsOutput::getGraphicsContextAPI() implementation. More...
 
KZ_NO_DISCARD int getLayerPositionX () const noexcept
 Gets the X coordinate of a layer. More...
 
KZ_NO_DISCARD int getLayerPositionY () const noexcept
 Gets the Y coordinate of a layer. More...
 
KZ_NO_DISCARD optional< void * > getNativeContextHandle () const noexcept override
 GLGraphicsOutput::getNativeContextHandle() implementation. More...
 
KZ_NO_DISCARD optional< void * > getNativeDisplayHandle () const noexcept override
 GLGraphicsOutput::getNativeDisplayHandle() implementation. More...
 
KZ_NO_DISCARD optional< NativeEventHandlegetNativeEventHandle () const noexcept override
 EventSource::getNativeEventHandle() implementation. More...
 
KZ_NO_DISCARD optional< void * > getNativeSurfaceHandle () const noexcept override
 GLGraphicsOutput::getNativeSurfaceHandle() implementation. More...
 
KZ_NO_DISCARD optional< NativeWindowHandle > getNativeWindowHandle () const noexcept override
 WindowedGraphicsOutput::getNativeWindowHandle() implementation. More...
 
KZ_NO_DISCARD GLProcPointer getProcAddress (string_view functionName) override
 GLGraphicsOutput::getProcAddress() implementation. More...
 
KZ_NO_DISCARD windowing::Size getResolution () const noexcept
 Gets the resolution of a screen. More...
 
KZ_NO_DISCARD optional< SurfaceClientAPIgetSurfaceClientAPI () const noexcept override
 GLGraphicsOutput::getSurfaceClientAPI() implementation. More...
 
KZ_NO_DISCARD int getSurfacePositionX () const noexcept
 Gets the X coordinate of a surface. More...
 
KZ_NO_DISCARD int getSurfacePositionY () const noexcept
 Gets the Y coordinate of a surface. More...
 
KZ_NO_DISCARD Matrix4x4 getTargetTransformation () const noexcept override
 GLGraphicsOutput::getTargetTransformation() implementation. More...
 
KZ_NO_DISCARD const WaylandDisplaygetWaylandDisplay () const noexcept
 Gets the WaylandDisplay. More...
 
KZ_NO_DISCARD optional< unsigned int > getWindowHeight () const noexcept override
 WindowedGraphicsOutput::getWindowHeight() implementation. More...
 
KZ_NO_DISCARD optional< int > getWindowPositionX () const noexcept override
 WindowedGraphicsOutput::getWindowPositionX() implementation. More...
 
KZ_NO_DISCARD optional< int > getWindowPositionY () const noexcept override
 WindowedGraphicsOutput::getWindowPositionY() implementation. More...
 
KZ_NO_DISCARD optional< stringgetWindowTitle () const noexcept override
 WindowedGraphicsOutput::getWindowTitle() implementation. More...
 
KZ_NO_DISCARD optional< unsigned int > getWindowWidth () const noexcept override
 WindowedGraphicsOutput::getWindowWidth() implementation. More...
 
void hideLayer () noexcept
 Hides a layer. More...
 
void hideSurface () noexcept
 Hides a surface. More...
 
bool hideWindow () noexcept override
 WindowedGraphicsOutput::hideWindow() implementation. More...
 
bool makeCurrent () override
 GLGraphicsOutput::makeCurrent() implementation. More...
 
bool makeFullscreen () noexcept override
 WindowedGraphicsOutput::makeFullscreen() implementation. More...
 
void makeLayerMaximized () noexcept
 Sets a layer to take up an entire screen. More...
 
bool makeMaximized () noexcept override
 WindowedGraphicsOutput::makeMaximized() implementation. More...
 
bool makeMinimized () noexcept override
 WindowedGraphicsOutput::makeMinimized() implementation. More...
 
bool makeRegular () noexcept override
 WindowedGraphicsOutput::makeRegular() implementation. More...
 
void makeSurfaceMaximized () noexcept
 Sets a surface to take up an entire layer. More...
 
void modeChangeNotification (int width, int height, int refresh) noexcept override
 AbstractDefaultWaylandContext::modeChangeNotification() implementation. More...
 
void moveLayer (int positionX, int positionY) noexcept
 Moves a layer to the specified coordinates. More...
 
void moveSurface (int positionX, int positionY) noexcept
 Moves a surface to the specified coordinates. More...
 
bool moveWindow (int positionX, int positionY) noexcept override
 WindowedGraphicsOutput::moveWindow() implementation. More...
 
DefaultWaylandIVIEGLGraphicsOutputoperator= (const DefaultWaylandIVIEGLGraphicsOutput &)=delete
 Copy assignment operator. More...
 
DefaultWaylandIVIEGLGraphicsOutputoperator= (DefaultWaylandIVIEGLGraphicsOutput &&) noexcept=delete
 Move assignment operator. More...
 
bool registerFrameCallback (function< void()> &callback) noexcept
 Registers a frame callback in Wayland. More...
 
void registryAddedNotification (uint32_t name, const char *interfaceName, uint32_t version) noexcept override
 AbstractDefaultWaylandContext::registryAddedNotification() implementation. More...
 
bool releaseCurrent () override
 GLGraphicsOutput::releaseCurrent() implementation. More...
 
bool resize (unsigned int width, unsigned int height) noexcept override
 WindowedGraphicsOutput::resize() implementation. More...
 
bool resizeEGLWindow (int width, int height) noexcept
 Changes EGLWindow dimensions. More...
 
void resizeIVILayer (int width, int height) noexcept
 Changes layer dimensions. More...
 
void resizeIVIWMSurface (int width, int height) noexcept
 Changes surface dimensions. More...
 
void resizeNotification (int windowWidth, int windowHeight) noexcept override
 AbstractDefaultWaylandContext::resizeNotification() implementation. More...
 
bool resizeWindow (unsigned int width, unsigned int height) noexcept override
 WindowedGraphicsOutput::resizeWindow() implementation. More...
 
void seatCapabilitiesNotification (uint32_t capabilities) noexcept override
 AbstractDefaultWaylandContext::seatCapabilitiesNotification() implementation. More...
 
void setLayerOpacity (double opacity) noexcept
 Sets the opacity of a layer. More...
 
void setSurfaceOpacity (double opacity) noexcept
 Sets the opacity of a surface. More...
 
bool setWindowTitle (string_view title) noexcept override
 WindowedGraphicsOutput::setWindowTitle() implementation. More...
 
void showLayer () noexcept
 Shows a layer. More...
 
void showSurface () noexcept
 Shows a surface. More...
 
bool showWindow () noexcept override
 WindowedGraphicsOutput::showWindow() implementation. More...
 
bool swapBuffers () override
 GLGraphicsOutput::swapBuffers() implementation. More...
 
bool swapInterval (int interval) override
 GLGraphicsOutput::swapInterval() implementation. More...
 
void updateCache (int width, int height) noexcept
 Updates the target layout area size. More...
 
 ~DefaultWaylandIVIEGLGraphicsOutput () override
 Destructor. More...
 
- Public Member Functions inherited from kanzi::GraphicsOutput
KZ_NO_DISCARD Vector2 getDpi () const noexcept
 Returns the resolution of the target coordinate system in dots per inch. More...
 
KZ_NO_DISCARD unsigned int getHeight () const noexcept
 Returns the height of layout area in the target coordinate system. More...
 
KZ_NO_DISCARD unsigned int getWidth () const noexcept
 Returns the width of layout area in the target coordinate system. More...
 
virtual ~GraphicsOutput ()=default
 Destructor. More...
 
- Public Member Functions inherited from kanzi::EventSource
virtual ~EventSource ()=default
 Destructor. More...
 
- Public Member Functions inherited from kanzi::GLGraphicsOutput
virtual ~GLGraphicsOutput ()=default
 Destructor. More...
 
- Public Member Functions inherited from kanzi::WindowedGraphicsOutput
virtual ~WindowedGraphicsOutput ()=default
 Destructor. More...
 
- Public Member Functions inherited from kanzi::wayland::AbstractDefaultWaylandContext
 AbstractDefaultWaylandContext ()=default
 Constructor. More...
 
 AbstractDefaultWaylandContext (const AbstractDefaultWaylandContext &)=delete
 Copy constructor. More...
 
 AbstractDefaultWaylandContext (AbstractDefaultWaylandContext &&) noexcept=delete
 Move constructor. More...
 
AbstractDefaultWaylandContextoperator= (const AbstractDefaultWaylandContext &)=delete
 Copy assignment operator. More...
 
AbstractDefaultWaylandContextoperator= (AbstractDefaultWaylandContext &&) noexcept=delete
 Move assignment operator. More...
 
virtual ~AbstractDefaultWaylandContext ()=default
 Destructor. More...
 

Additional Inherited Members

- Public Types inherited from kanzi::GLGraphicsOutput
using GLProcPointer) = void(*)(
 Pointer to GL function. More...
 
- Protected Member Functions inherited from kanzi::GraphicsOutput
void updateDpi (Vector2 dpi)
 Updates the target layout area resolution. More...
 
void updateSize (unsigned int width, unsigned int height)
 Updates the target layout area size. More...
 

Detailed Description

Class that represents the default Wayland IVI EGL graphics output.

Since
Kanzi 3.9.8
See also
AbstractDefaultWaylandContext for Wayland-specific callbacks.

Constructor & Destructor Documentation

kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::DefaultWaylandIVIEGLGraphicsOutput ( const DefaultWaylandIVIEGLGraphicsOutputProperties properties)
explicit

Constructor.

Parameters
propertiesProperties to request for the graphics output.
kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::~DefaultWaylandIVIEGLGraphicsOutput ( )
override

Destructor.

kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::DefaultWaylandIVIEGLGraphicsOutput ( const DefaultWaylandIVIEGLGraphicsOutput )
delete

Copy constructor.

kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::DefaultWaylandIVIEGLGraphicsOutput ( DefaultWaylandIVIEGLGraphicsOutput &&  )
deletenoexcept

Move constructor.

Member Function Documentation

void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::updateCache ( int  width,
int  height 
)
noexcept

Updates the target layout area size.

Parameters
widthThe layout width in pixels.
heightThe layout height in pixels.
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::resizeNotification ( int  windowWidth,
int  windowHeight 
)
overridevirtualnoexcept
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::modeChangeNotification ( int  width,
int  height,
int  refresh 
)
overridevirtualnoexcept
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::eventNotification ( const WaylandEvent event)
overridevirtualnoexcept
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::seatCapabilitiesNotification ( uint32_t  capabilities)
overridevirtualnoexcept
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::registryAddedNotification ( uint32_t  name,
const char *  interfaceName,
uint32_t  version 
)
overridevirtualnoexcept
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::gatherEvents ( EventQueue queue)
overridevirtual

EventSource::gatherEvents() implementation.

Implements kanzi::EventSource.

KZ_NO_DISCARD optional<NativeEventHandle> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getNativeEventHandle ( ) const
overridevirtualnoexcept
KZ_NO_DISCARD GLProcPointer kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getProcAddress ( string_view  functionName)
overridevirtual
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::makeCurrent ( )
overridevirtual
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::releaseCurrent ( )
overridevirtual
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::swapBuffers ( )
overridevirtual
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::swapInterval ( int  interval)
overridevirtual
KZ_NO_DISCARD optional<void*> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getNativeDisplayHandle ( ) const
overridevirtualnoexcept
KZ_NO_DISCARD optional<void*> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getNativeContextHandle ( ) const
overridevirtualnoexcept
KZ_NO_DISCARD optional<void*> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getNativeSurfaceHandle ( ) const
overridevirtualnoexcept
KZ_NO_DISCARD optional<void*> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::createImage ( int  target,
void data,
int *  attributes 
)
overridevirtualnoexcept
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::destroyImage ( void image)
overridevirtualnoexcept
KZ_NO_DISCARD optional<GraphicsContextAPI> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getGraphicsContextAPI ( ) const
overridevirtualnoexcept
KZ_NO_DISCARD optional<SurfaceClientAPI> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getSurfaceClientAPI ( ) const
overridevirtualnoexcept
KZ_NO_DISCARD optional<SurfaceColorSpace> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getColorSpace ( ) const
overridevirtualnoexcept
KZ_NO_DISCARD Matrix4x4 kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getTargetTransformation ( ) const
overridevirtualnoexcept
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::setWindowTitle ( string_view  title)
overridevirtualnoexcept
KZ_NO_DISCARD optional<string> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getWindowTitle ( ) const
overridevirtualnoexcept
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::resize ( unsigned int  width,
unsigned int  height 
)
overridevirtualnoexcept
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::resizeWindow ( unsigned int  width,
unsigned int  height 
)
overridevirtualnoexcept
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::resizeIVILayer ( int  width,
int  height 
)
noexcept

Changes layer dimensions.

When resizing, keep in mind that:

Parameters
widthNew layer width.
heightNew layer height.
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::resizeIVIWMSurface ( int  width,
int  height 
)
noexcept

Changes surface dimensions.

When resizing, keep in mind that:

Parameters
widthNew surface width.
heightNew surface height.
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::resizeEGLWindow ( int  width,
int  height 
)
noexcept

Changes EGLWindow dimensions.

When resizing, keep in mind that:

Parameters
widthNew EGLWindow width.
heightNew EGLWindow height.
KZ_NO_DISCARD optional<unsigned int> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getWindowWidth ( ) const
overridevirtualnoexcept
KZ_NO_DISCARD optional<unsigned int> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getWindowHeight ( ) const
overridevirtualnoexcept
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::moveWindow ( int  positionX,
int  positionY 
)
overridevirtualnoexcept
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::moveLayer ( int  positionX,
int  positionY 
)
noexcept

Moves a layer to the specified coordinates.

Parameters
positionXX coordinate.
positionYY coordintate.
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::moveSurface ( int  positionX,
int  positionY 
)
noexcept

Moves a surface to the specified coordinates.

Parameters
positionXX coordinate.
positionYY coordintate.
KZ_NO_DISCARD optional<int> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getWindowPositionX ( ) const
overridevirtualnoexcept
KZ_NO_DISCARD optional<int> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getWindowPositionY ( ) const
overridevirtualnoexcept
KZ_NO_DISCARD int kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getLayerPositionX ( ) const
noexcept

Gets the X coordinate of a layer.

Returns
X coordinate of a layer.
KZ_NO_DISCARD int kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getLayerPositionY ( ) const
noexcept

Gets the Y coordinate of a layer.

Returns
Y coordinate of a layer.
KZ_NO_DISCARD int kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getSurfacePositionX ( ) const
noexcept

Gets the X coordinate of a surface.

Returns
X coordinate of a surface.
KZ_NO_DISCARD int kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getSurfacePositionY ( ) const
noexcept

Gets the Y coordinate of a surface.

Returns
Y coordinate of a surface.
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::makeFullscreen ( )
overridevirtualnoexcept
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::makeRegular ( )
overridevirtualnoexcept
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::makeMaximized ( )
overridevirtualnoexcept
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::makeLayerMaximized ( )
noexcept

Sets a layer to take up an entire screen.

void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::makeSurfaceMaximized ( )
noexcept

Sets a surface to take up an entire layer.

bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::makeMinimized ( )
overridevirtualnoexcept
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::showWindow ( )
overridevirtualnoexcept
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::showLayer ( )
noexcept

Shows a layer.

See also
showWindow()
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::showSurface ( )
noexcept

Shows a surface.

See also
showSurface()
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::hideWindow ( )
overridevirtualnoexcept
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::hideLayer ( )
noexcept

Hides a layer.

See also
hideWindow()
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::hideSurface ( )
noexcept

Hides a surface.

See also
hideWindow()
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::bringToFront ( )
overridevirtualnoexcept
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::bringLayerToFront ( )
noexcept

Brings the layer on top of all the other layers on a screen.

void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::bringSurfaceToFront ( )
noexcept

Brings the surface on top of all the other surfaces in a layer.

void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::setLayerOpacity ( double  opacity)
noexcept

Sets the opacity of a layer.

Parameters
opacityLayer opacity.
void kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::setSurfaceOpacity ( double  opacity)
noexcept

Sets the opacity of a surface.

Parameters
opacitySurface opacity.
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::registerFrameCallback ( function< void()> &  callback)
noexcept

Registers a frame callback in Wayland.

The best way to organize a rendering loop in Wayland is to let the compositor control when it is time to render a frame. To do this, use this function to register a frame callback that compositor calls for each frame.

Using Wayland rendering loop allows to save computer resources if compositor determines that your application must be rendered at lower refresh rate or not rendered. For example, when the application is off-screen or minimized.

Keep in mind that Wayland controls when the rendering occurs. Do not make any assumptions about the time between frames.

Parameters
callbackCallback function to call each frame.
Returns
On success, true, otherwise false.
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::dispatch ( ) const
noexcept

Dispatches queued Wayland events.

If no events are queued, this operation blocks until the next event occurs.

Returns
On success, true, otherwise false.
See also
WaylandDisplay::dispatch()
bool kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::dispatchPending ( ) const
noexcept

Dispatches queued Wayland events.

If no events are queued, this operation returns without blocking.

Returns
On success, true, otherwise false.
See also
WaylandDisplay::dispatchPending()
KZ_NO_DISCARD windowing::Size kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getResolution ( ) const
noexcept

Gets the resolution of a screen.

Returns
Screen resolution.
KZ_NO_DISCARD const WaylandDisplay& kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getWaylandDisplay ( ) const
noexcept

Gets the WaylandDisplay.

Returns
Wayland display used by this GraphicsOutput.
KZ_NO_DISCARD optional<NativeWindowHandle> kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::getNativeWindowHandle ( ) const
overridevirtualnoexcept
DefaultWaylandIVIEGLGraphicsOutput& kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::operator= ( const DefaultWaylandIVIEGLGraphicsOutput )
delete

Copy assignment operator.

DefaultWaylandIVIEGLGraphicsOutput& kanzi::wayland::DefaultWaylandIVIEGLGraphicsOutput::operator= ( DefaultWaylandIVIEGLGraphicsOutput &&  )
deletenoexcept

Move assignment operator.


The documentation for this class was generated from the following file: